func github.com/jackc/pgx/v5/pgtype.arrayParseQuotedValue

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array.go#L272: 		return arrayParseQuotedValue(buf)
		array.go#L294: func arrayParseQuotedValue(buf *bytes.Buffer) (string, bool, error) {